From: Olaf Hering Date: Wed, 1 Oct 2014 16:41:22 +0000 (+0200) Subject: Move variable to set bash_completion.d to Paths.mk X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4234 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=afc973e480a426dc9dc9ef53974211b684dfe119;p=xen.git Move variable to set bash_completion.d to Paths.mk Signed-off-by: Olaf Hering Acked-by: Ian Campbell Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu --- diff --git a/Config.mk b/Config.mk index 339fb3c0f2..e56cc17bcd 100644 --- a/Config.mk +++ b/Config.mk @@ -58,8 +58,6 @@ endif include $(XEN_ROOT)/config/$(XEN_OS).mk include $(XEN_ROOT)/config/$(XEN_TARGET_ARCH).mk -BASH_COMPLETION_DIR ?= $(CONFIG_DIR)/bash_completion.d - # arguments: variable, common path part, path to test, if yes, if no define setvar_dir ifndef $(1) diff --git a/config/Paths.mk.in b/config/Paths.mk.in index 875578507c..e1fe4a328d 100644 --- a/config/Paths.mk.in +++ b/config/Paths.mk.in @@ -50,6 +50,7 @@ XEN_LIB_STORED := @XEN_LIB_STORED@ CONFIG_DIR := @CONFIG_DIR@ INITD_DIR := @INITD_DIR@ +BASH_COMPLETION_DIR := $(CONFIG_DIR)/bash_completion.d XEN_LOCK_DIR := @XEN_LOCK_DIR@ XEN_PAGING_DIR := @XEN_PAGING_DIR@